@charset "utf-8";

/*产品展示*/
.main1f {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	background: url(../images/m1bg.jpg) no-repeat top center;
	padding: 20px 0 40px;
}
.products {
	width: 865px;
	padding:0;
	overflow: hidden;
}
.products .bd ul{ 
	overflow:hidden;
	zoom:1; 
	width:295px;
	float:left;
	 _display:inline; 
}
.products li {
	width: 247px;
	height: 155px;
	padding: 12px 12px 33px;
	background: #fff;
	position: relative;
	float: left;
	margin:0 13px 45px;
}
.products li a {
	display: block;
}
.products li div {
	width: 247px;
	height:155px;
	background: #d5d6db;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*text-align:center;/* 针对IE的Hack */
	*display: block;
}
.products li div img {
	vertical-align:middle;
	transition-duration:0.6s;
	max-width: 100%;
	max-height: 100%;
}
.products li span {
	display: block;
	position: absolute;
	left: 22px;
	bottom: -15px;
	z-index: 3;
	width: 226px;
	height: 32px;
	background: #fff;
	border: 2px solid #3472e2;
	text-align: center;
	font-family: "微软雅黑";
	color: #4d4d4d;
	font-size: 14px;
	line-height: 32px;
	font-weight: normal;
}
/*.products li:hover img {
	transition: 1s;
	transform:scale(1.1,1.1); 
	-ms-transform:scale(1.1,1.1);   	
	-moz-transform:scale(1.1,1.1);  	
	-webkit-transform:scale(1.1,1.1);   
	-o-transform:scale(1.1,1.1);  
}*/
.products li:hover span {
	background:#fbcc04;
	color: #4d4d4d;
}

/*关于我们*/
.main2f {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding: 35px 0 40px;
	overflow: hidden;
}
.about {
	width: 410px;
	overflow: hidden;
	height: 410px;
}
.about .prolm {
	background: url(../images/icon_2.jpg) no-repeat left center;
}
.xw .prolm {
	background: url(../images/icon_3.png) no-repeat left center;
}
.main2f .prolm span {
	color: #333;
}
.main2f  .prolm a {
	color: #3472e2;
	border: 1px solid #3472e2;
}
.main2f  .prolm a:hover {
	color: #fff;
	background: #3472e2;
}
.aboutcon {
	width: 410px;
	height: 347px;
	background: url(../images/about.jpg) no-repeat top center;
	position: relative;
}
.acent {
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	z-index: 3;
	width: 400px;
	height: 120px;
	background: rgba(52,114,226,0.8);
}
.about_tit {
	display: block;
	padding-left: 12px;
	color: #fff;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 16px;
}
.acent p {
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	font-family: "微软雅黑";
	padding: 0 12px;
}

/*新闻中心*/
.xw {
	width: 765px;
}
/*新闻中心*/
.news {
	overflow: hidden;
	border: 1px solid #d7d4d4;
	padding: 0 15px 15px;
}
.news li {
	width: 360px;
	height: 80px;
	overflow: hidden;
	float: left;
	position: relative;
	padding: 0 ;
	margin:25px 3px 0;
}
.news li .date {
	width: 90px;
	height: 78px;
	background: #fdfdfd;
	border: 1px solid #d2d2d2;
	text-align: center;
	margin-right: 5px;
}
.news li .date em {
	padding-top: 10px;
	display: block;
	line-height: 40px;
	text-align: center;
	list-style: none;
	color: #919191;
	font-size: 36px;
	font-weight: bold;
}
.news li .date span {
	display: inline-block;
	font-size: 14px;
	color: #919191;
	line-height: 20px;
}
.news li .xwcon {
	width: 350px;
}
.news li h2 {
	color: #484747;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 30px;
}
.news li p {
	color: #717171;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 20px;
}
.news li:hover .date {
	background: #0075c2;
}
.news li:hover .date em,.news li:hover .date span{
	color: #fff;
}
.news li:hover h1{
	color: #0075c2;
}


/*联系我们*/
.contact {
	width:315px;
	height: 295px;
	overflow: hidden;
}
.contactcon {
	border:1px solid #dfdfdf;
	padding: 5px 10px;
	overflow: hidden;
}
.contact  p {
	color: #494949;
	font-size:14px;
	line-height: 30px;
}
.contact  .case {
	display: block;
	width: 309px;
	height: 63px;
}
